home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / acconfig.h < prev    next >
Encoding:
Text File  |  2003-02-13  |  1.5 KB  |  61 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. #undef ENABLE_MP
  18. #undef ENABLE_NLS
  19. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  20. #undef HAVE_CATGETS
  21. #undef HAVE_DIRENT_H
  22. #undef HAVE_DOPRNT
  23. #undef HAVE_FINITE
  24. #undef HAVE_GETTEXT
  25. #undef HAVE_IPC_H
  26. #undef HAVE_ISFINITE
  27. #undef HAVE_LC_MESSAGES
  28. #undef HAVE_MMAP
  29. #undef HAVE_NDIR_H
  30. #undef HAVE_PROGRESSIVE_JPEG
  31. #undef HAVE_PUTENV
  32. #undef HAVE_RINT
  33. #undef HAVE_SHM_H
  34. #undef HAVE_STPCPY
  35. #undef HAVE_SYS_DIR_H
  36. #undef HAVE_SYS_NDIR_H
  37. #undef HAVE_SYS_PARAM_H
  38. #undef HAVE_SYS_SELECT_H
  39. #undef HAVE_SYS_TIME_H
  40. #undef HAVE_SYS_TIMES_H
  41. #undef HAVE_UNISTD_H
  42. #undef HAVE_WINSOCK_H
  43. #undef HAVE_VPRINTF
  44. #undef HAVE_VSNPRINTF
  45.  
  46. #undef IPC_RMID_DEFERRED_RELEASE
  47.  
  48. #undef NO_DIFFTIME
  49. #undef NO_FD_SET
  50.  
  51. #undef RAND_FUNC
  52. #undef SRAND_FUNC
  53.  
  54. #undef USE_PTHREADS
  55.  
  56.  
  57. /* Leave that blank line there!!  Autoheader needs it.
  58.    If you're adding to this file, keep in mind:
  59.    The entries are in sort -df order: alphabetical, case insensitive,
  60.    ignoring punctuation (such as underscores).  */
  61.